home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / ISSetupFile.SetupFile8 < prev    next >
Encoding:
Windows Setup INFormation  |  2006-11-27  |  6.8 KB  |  173 lines

  1. ;*****************************************************************************
  2. ;
  3. ; sscdbus.inf   -- Install the SAMSUNG USB Composite Device drivers
  4. ;
  5. ; Copyright (c) 1997-2005 by MCCI 
  6. ;
  7. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  8. ;
  9. ; NOTICE: This software is licensed, not sold.  Any modification of this
  10. ; inf file to change the reference to an operating system or to change the
  11. ; reference to a device is not permitted unless authorized in writing by
  12. ; Moore Computer Consultants, Inc..
  13. ;
  14. ;*****************************************************************************
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18. Class=USB
  19. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  20. Provider=%Provider%
  21. DriverVer=08/17/2005, 4.34.0.2705
  22. CatalogFile=sscdbus.cat
  23.  
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26.  
  27. ;-----------------------------------------------------------------------------
  28. ; Specify target paths...
  29. ;-----------------------------------------------------------------------------
  30. [DestinationDirs]
  31. DefaultDestDir                  = 11                    ; LDID_SYS
  32. SAMSUNGWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  33. SAMSUNGWdm.NT.CopyFiles        = 12                    ; system32\drivers
  34. PropPages.CopyFiles             = 11                    ; system
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; Specify the install disks.  A bit unwieldy during development.
  38. ;-----------------------------------------------------------------------------
  39. [SourceDisksNames]
  40. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  41. 1=%DiskString%,"sscdbus.sys",,
  42.  
  43. [SourceDisksFiles]
  44. ; filename = diskid[, [subdir] [, size]]
  45. sscdbus.sys = 1
  46. sscdwh95.sys = 1
  47. sscdwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %SAMSUNG%=SAMSUNG
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [SAMSUNG]
  59. %SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6601
  60. %SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6640
  61.  
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ; How to install them:  On W9x, the [section] name is used directly.
  65. ; On NT, the system first tries [section.NT], then [section].
  66. ;-----------------------------------------------------------------------------
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Diagnostics Files CopyFiles List Section
  70. ;-----------------------------------------------------------------------------
  71. [SAMSUNG.CopyFiles]
  72.  
  73. ;-----------------------------------------------------------------------------
  74. ; XXX when we have a property page DLL, add it to the following section.
  75. ;-----------------------------------------------------------------------------
  76. [PropPages.CopyFiles]
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;       How to install the WDM driver on W95/W98
  80. ;-----------------------------------------------------------------------------
  81. [SAMSUNGWdm.Install]
  82. DriverVer=08/17/2005, 4.34.0.2705
  83. CopyFiles       = SAMSUNGWdm.W95.CopyFiles, SAMSUNG.CopyFiles, PropPages.CopyFiles
  84. AddReg          = SAMSUNGWdm.AddReg, SAMSUNGWdm.W95.AddReg
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ;       How to install the WDM driver on NT
  88. ;-----------------------------------------------------------------------------
  89. [SAMSUNGWdm.Install.NT]
  90. DriverVer=08/17/2005, 4.34.0.2705
  91. CopyFiles       = SAMSUNGWdm.NT.CopyFiles
  92. AddReg          = SAMSUNGWdm.AddReg, SAMSUNGWdm.NT.AddReg
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;       How to start the WDM driver on NT
  96. ;-----------------------------------------------------------------------------
  97. [SAMSUNGWdm.Install.NT.Services]
  98. AddService      = sscdbus, 2, SAMSUNGWdm.AddService
  99.  
  100. [SAMSUNGWdm.AddService]
  101. DisplayName             = %SAMSUNG.Service.Desc%
  102. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  103. StartType               = 3     ; SERVICE_DEMAND_START
  104. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  105. ServiceBinary           = %12%\sscdbus.sys
  106. LoadOrderGroup          = Base
  107.  
  108. ;-----------------------------------------------------------------------------
  109. ;       WDM registry entries (all platforms)
  110. ;-----------------------------------------------------------------------------
  111. [SAMSUNGWdm.AddReg]
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ;       WDM registry entries (W95/98) (including how to start the driver)
  116. ;-----------------------------------------------------------------------------
  117. [SAMSUNGWdm.W95.AddReg]
  118. HKR,,DevLoader,,*ntkern
  119. HKR,,NTMPDriver,,sscdbus.sys
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ;       WDM registry entries (NT only)
  123. ;-----------------------------------------------------------------------------
  124. [SAMSUNGWdm.NT.AddReg]
  125.  
  126. ;-----------------------------------------------------------------------------
  127. ;       The WDM copy list for Win95 -- different because things go in
  128. ;       different places.  Also, we probably need to rename drivers 
  129. ;       during the install.
  130. ;-----------------------------------------------------------------------------
  131. [SAMSUNGWdm.W95.CopyFiles]
  132. sscdbus.sys
  133. sscdwh.sys,sscdwh95.sys
  134. sscdwh95.sys
  135. sscdwhnt.sys
  136.  
  137. ;-----------------------------------------------------------------------------
  138. ;       The WDM copy list for NT -- different because things go in
  139. ;       different places.
  140. ;-----------------------------------------------------------------------------
  141. [SAMSUNGWdm.NT.CopyFiles]
  142. sscdbus.sys
  143. sscdwh.sys,sscdwhnt.sys
  144. sscdwhnt.sys
  145.  
  146.  
  147. ;****************************************************************************
  148. ; Localizable Strings
  149. ;****************************************************************************
  150. [strings]
  151.  
  152. ;BEGIN ENG - US English Strings
  153. Provider = "SAMSUNG Electronics Co., Ltd. "
  154. SAMSUNG = "SAMSUNG Electronics Co., Ltd. "
  155. DiskString = "SAMSUNG USB Composite Device Installation disk"
  156.  
  157. SAMSUNG.CdcBus.Desc = "SAMSUNG USB Composite Device"
  158. SAMSUNG.Service.Desc = "SAMSUNG USB Composite Device driver (WDM)"
  159.  
  160. CustomerDataPath = "SAMSUNG CDMA Modem"
  161. DriverSet = "SAMSUNG CDMA Modem Software"
  162. UninstallFile = "SSCDUninstall.exe"
  163. McciOptions = "Uninstallable"
  164.  
  165.  
  166. ;END ENG - US English Strings
  167.  
  168. ;-----------------------------------------------------------------------------
  169. ; Following are symbolic constants which don't change per locale.
  170. ;-----------------------------------------------------------------------------
  171.  
  172. ;*** end of file ***
  173.